crypto/tls.echClientContext.echRejected (field)

5 uses

	crypto/tls (current package)
		handshake_client.go#L262: 	echRejected     bool
		handshake_client_tls13.go#L115: 			hs.echContext.echRejected = true
		handshake_client_tls13.go#L152: 	if hs.echContext != nil && hs.echContext.echRejected {
		handshake_client_tls13.go#L601: 		if hs.echContext.echRejected {
		handshake_client_tls13.go#L759: 	if hs.echContext != nil && hs.echContext.echRejected {